diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-30 18:06:16 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-30 18:06:16 +0100 |
| commit | eae2ca9c7aebf7d171be36555ffc9a63a84839c9 (patch) | |
| tree | b9c2ac50550ac22593a8c844e586c2c172868b57 /src/pages/[locale]/index.astro | |
| parent | 2f8dfa56887d334be6f9f9698112425f6d89793d (diff) | |
Adds placeholder to Commattee section
Diffstat (limited to 'src/pages/[locale]/index.astro')
| -rw-r--r-- | src/pages/[locale]/index.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro index 4a093b7..b06f39d 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -40,6 +40,7 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale); <p set:html={t(tPage, { key: 'about-us-para-2' })} /> <p set:html={t(tPage, { key: 'about-us-para-3' })} /> <h3 set:html={t(tPage, { key: 'meet-the-commattee' })} /> + <p class="italic">{t(tPage, { key: 'mair-commattee-details-soon' })}</p> <ul> { committee.map((member) => ( |
